.. _`K-fold Cross Validation`: .. _`org.sysess.sympathy.machinelearning.crossval_kfold`: K-fold Cross Validation ``````````````````````` .. image:: Kfold.svg :width: 48 Gives splits for K-fold cross validation Definition :::::::::: Input ports ........... **X** table X **Y** table Y Output ports ............ **out** [(table, table)] out Configuration ............. **Number of splits** (n_splits) Number of folds, must be atleast 2 **Shuffle** (shuffle) Shuffle the data before splitting Implementation .............. .. automodule:: node_crossvalidation :noindex: .. class:: CrossVal_KFold :noindex: